Part Number Hot Search : 
7456M 01M16 GF10G G710N NJM2872 1505M RKP201KK 18F2320
Product Description
Full Text Search
 

To Download NHD-12232AZ-FSW-GBW Datasheet File

  If you can't view the Datasheet, Please click here to try to view without PDF Reader .  
 
 


  Datasheet File OCR Text:
  [1] ? ? ? ? ? nhd \ 12232az \ fsw\ gbw? graphic ? liquid ? crystal ? display ? module ? ? nhd \? ? newhaven ? display ? 12232 \? ? 122? x ? 32? pixels ? az \? ? model ?? ? f \? ? transflective ? sw \? ? side ? white ? led ? backlight? g \? ? stn\? gray ? b \? ? 6:00 ? view ? w \? ? wide? temperature ? ( \20c ? ~+70c) ?? ??rohs ? compliant ? ? ? ? ? ? ? ? ? ?????? newhaven ? display ? international, ? inc. ? ??????2511? technology ? drive, ? suite ? 101 ? ??????elgin ? il, ? 60124 ? ?????? ph: ? 847\844\ 8795 ? fax: ? 847\844\ 8796 ? ? www.newhavendisplay.com ? nhtech@newhavendisplay.com ?? nhsales@newhavendisplay.com ? ? ? ? ? ? ? ? ? ?
[2] ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?\? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 122  x  32  pixels  ? built r in  sbn1661g_m02  ? ? ? +5.0v  power  supply   ? 1/32  duty  cycle;  1/9  bias  ? rohs  compliant                  
pin as signment 3 4 1 2 vss vdd v0 rst scale=10:1 dots de tail e1 5 e2 6 7 8 r/w 9 a0 10 11 db3 12 db4 13 db5 14 db6 15 db7 16 nhd-12232az-fsw-g bw led- 18 17 led+ db0 db1 db2 newhaven display mechanical drawing 9 sbn1661g
[4] ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1 ? vss ? power ? supply ? ground 2 ? vdd ? power ? supply ? power ? supply ? for ? logic ? (+5.0v) 3 ? v0 ? adj ? power ? supply ? power ? supply ? for ? contrast ? (approx. \ 1.5v) 4 ? rs t ? mpu ? active ? low ? reset signal 5 ? e1 ? mpu ? operation ? enable ? signal. ?? falling ? edge ? triggered, ? seg ? (1~60) ? 6 ? e2 ? mpu ? operation ? enable ? signal. ?? falling ? edge ? triggered, ? seg ? (61~120) ? 7 ? r/w ? mpu ? read/write ? select ? signal, ? r/w=1: ? read ?? r/w: ? =0: ? write ?? 8 ? a0 ? mpu ? register ? select ? signal. ? a0=0: ? command, ?? a0=1: ? data ?? 9 \ 16 ? db0 \ db7 ? mpu ? this ? is ? an ? 8 \ bit bi \ directional ? data ? bus 17 ? led+ ? power ? supply ? power supply ? for ? led ? backlight ? (+5.0v via ? on \ board ? resistor) ?? 18 ? led \? power ? supply ? ground ? for ? backlight  recommended  lcd  connector:  2.54mm ? pitch ? pins ? ? ?\????? ? : ??\? ? ? ?????????????????????????????????
[5] ? ? ? ? ? ? ? ? operating ? temperature ? range ? top ? absolute ? max \ 20 \ +70 ?? c storage ? temperature ? range ? tst ? absolute ? max \ 30 \ +80 ?? c supply ? voltage ? vdd ? 4.7 5.0 5.5 ? v supply ? current ? idd ? ta=25 c, ? vdd=5.0v \ 2.0 3.0 ? ma supply ? for ? lcd ? (contrast) ? vdd \ v0 ? ta=25 c \ 6.5 \? v ?h? ? level ? input ? vih ? 0.7*vdd 0.7*vdd vdd ? v ?l? ? level ? input ? vil ?\ 0 \ 0.6 ? v ?h? ? level ? output ? voh ?\ 2.4 \\? v ?l? ? level ? output ? vol ?\\\ 0.4 ? v ?? ? backlight ? supply ? voltage ? vled ?\ 5.0 \? v backlight ? supply ? current ?? iled ? vled=5.0v \ 18 \? ma   optical  characteristics  item  symbol  condition min. typ. max.  unit viewing ? angle ?\? vertical ? (top) ? av ? cr ?? 3 \ 10 \? ? viewing ? angle ? ?  vertical ? (bottom) ? av ? cr ? 3 \ 60 \? ?? viewing ? angle ? ?  horizontal ? (left) ? ah ? cr ?? 3 \ 45 \? ? viewing ? angle ?\? horizontal ? (right) ? ah ? cr ? 3 \ 45 \? ?? contrast ? ratio ? cr ?\ 5 \? \? response ? time ? (rise) ? tr ?\ \ 100 150 ? ms response ? time ? (fall) ? tf ?\ \ 150 200 ? ms     controller  information  built r in  sbn1661g_m02.  download  specification  at  http://www.newhave ndisplay.com/app_notes/sbn1661g.pdf              
[6] ? ? ? ? ? ? ? ? ? ? ? ?????? ?
[7] ? ? ? ? ? ?
[8] ? ? ? ? ? ? /*****************************************/ ? void ? comleft(char ? i) ? { ? ? p1 ? = ? i; ? ? r_w ? = ? 0; ? ? d_i ? = ? 0; ? ? e1 ? = ? 1; ? ? delay(2); ? ? e1 ? = ? 0; ? } ? ? void ? comright(char ? i) ? { ? ? p1 ? = ? i; ? ? r_w ? = ? 0; ? ? d_i ? = ? 0; ? ? e2 ? = ? 1; ? ? delay(2); ? ? e2 ? = ? 0; ? } ? ? void ? writeleft(char ? i) ? { ? ? p1 ? = ? i; ? ? r_w ? = ? 0; ? ? d_i ? = ? 1; ? ? e1 ? = ? 1; ? ? delay(2); ? ? e1 ? = ? 0; ? } ? ? void ? writeright(char ? i) ? { ? ? p1 ? = ? i; ? ? r_w ? = ? 0; ? ? d_i ? = ? 1; ? ? e2 ? = ? 1; ? ? delay(2); ? ? e2= ? 0; ? } ? /*****************************************/ ? void ? bothsides(char ? i) ? { ? ? comleft(i); ? ? comright(i); ? } ? /*****************************************/ ? ? void ? init() ? { ? ? p1 ? = ? 0; ? ? p3 ? = ? 0; ? ? rst ? = ? 0; ? // ? reset ? rst ? ? delay(1); ? ? rst ? = ? 1; ? // ? reset ? rst= ? m68 ? interface ? ? delay(10); ? ? d_i ? = ? 0; ? ? e1 ? = ? 1; ? ? e2 ? = ? 1; ? ? r_w ? = ? 1; ? ?? ? bothsides(0xe2); ? ? delay(10); ? ? bothsides(0xa4); ? ? bothsides(0xa9); ? ? bothsides(0xa0); ? ? bothsides(0xee); ? ? bothsides(0xc0); ? ? bothsides(0xaf); ? } ? /*****************************************/ ?
[9] ? ? ? ? ? ? ? ? ? ? ? high ? temperature ? storage ? endurance ? test ? applying ? the ? high ? storage ? temperature ? for ? a ? long ? time. ? +80 ? c ? , ? 200hrs 2 ? low ? temperature ? storage ? endurance ? test ? applying ? the ? low ? storage ? temperature ? for ? a ? long ? time. ? \ 30 ? c ? , ? 200hrs 1,2 high ? temperature ? operation ? endurance ? test ? applying ? the ? electric ? stress ? (voltage ? & ? current) ? and ? the ? high ? thermal ? stress ? for ? a ? long ? time. ? +70 ? c ? 200hrs 2 ? low ? temperature ? operation ? endurance ? test ? applying ? the ? electric ? stress ? (voltage ? & ? current) ? and ? the ? low ? thermal ? stress ? for ? a ? long ? time. ? \ 20 ? c ? , ? 200hrs 1,2 high ? temperature ? / ? humidity ? operation ? endurance ? test ? applying ? the ? electric ? stress ? (voltage ? & ? current) ? and ? the ? high ? thermal ? with ? high ? humidity ? stress ? for ? a ? long ? time. ? +60 ? c ? , 90% ? rh ? , ? 96hrs ? 1,2 thermal ? shock ? resistance ? endurance ? test ? applying ? the ? electric ? stress ? (voltage ? & ? current) ? during ? a ? cycle ? of ? low ? and ? high ? thermal ? stress. ?? \ 20 ? c,30min ?\ > ? 25 ? c,5min ?\ > ? 70 ? c,30min ? = ? 1 ? cycle ? 10 ? cycles ? ? vibration ? test ? endurance ? test ? applying ? vibration ? to ? simulate ? transportation ? and ? use. ? 10 \ 55hz ? , ? 15mm ? amplitude. ? 60 ? sec ? in ? each ? of ? 3 ? directions ? x,y,z ? for ? 15 ? minutes ? 3 ? static ? electricity ? test ? endurance ? test ? applying ? electric ? static ? discharge. ? vs=800v, ? rs=1.5k , ? cs=100pf ? ? one ? time ? ? ? ? no ? condensation ? to ? be ? observed. ? ? ? conducted ? after ? 4 ? hours ? of ? storage ? at ? 25 ? c, ? 0%rh. ? ? ? test ? performed ? on ? product ? itself, ? not ? inside ? a ? container. ? ? ? ? ? ? see ? precautions ? at ? www.newhavendisplay.com/specs/precautions.pdf ? ? ? ? ? ? ? ? ? ? ?


▲Up To Search▲   

 
Price & Availability of NHD-12232AZ-FSW-GBW

All Rights Reserved © IC-ON-LINE 2003 - 2022  

[Add Bookmark] [Contact Us] [Link exchange] [Privacy policy]
Mirror Sites :  [www.datasheet.hk]   [www.maxim4u.com]  [www.ic-on-line.cn] [www.ic-on-line.com] [www.ic-on-line.net] [www.alldatasheet.com.cn] [www.gdcy.com]  [www.gdcy.net]


 . . . . .
  We use cookies to deliver the best possible web experience and assist with our advertising efforts. By continuing to use this site, you consent to the use of cookies. For more information on cookies, please take a look at our Privacy Policy. X